Type alias ProposalData

ProposalData: {
    callDatas: string[];
    signatures: string[];
    targets: string[];
    values: number[];
}

Property bag that represents a governance proposal.

Type declaration

  • callDatas: string[]

    Calldata to send with each method call.

  • signatures: string[]

    Signatures of each method.

  • targets: string[]

    A list of contract addresses.

  • values: number[]

    The amount of the native asset to transfer with each call.

Generated using TypeDoc