GetSignaturesForAddress constructor
GetSignaturesForAddress(
- Pubkey address, {
- GetSignaturesForAddressConfig? config,
Creates a codec for getSignaturesForAddress JSON RPC methods.
Implementation
GetSignaturesForAddress(
final Pubkey address, {
final GetSignaturesForAddressConfig? config,
}): super(
'getSignaturesForAddress',
values: [address.toBase58()],
config: config ?? const GetSignaturesForAddressConfig(),
);