ProposalExecutable interface
Signature:
export interface ProposalExecutable
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
nativeTokenValue | BigNumberish | The amount of a native token that may be sent if a proposal is executing a token transfer. | |
toAddress | string | The address of the contract that the proposal will execute a transaction on. If the proposal is sending a token to a wallet, this address should be the address of the wallet that will be receiving the tokens. | |
transactionData | BytesLike | The transaction payload that will be executed if the proposal is approved. |