Type alias GetMerkleProofForMessageIdInput

GetMerkleProofForMessageIdInput: {
    messageIds: string[];
    targetMessageId: string;
}

Type declaration

  • messageIds: string[]
  • targetMessageId: string